glresetminmaxext - Man Page






glResetMinmaxEXT(3G)	       OpenGL Reference		  glResetMinmaxEXT(3G)



NAME
     glResetMinmaxEXT -	reset minmax table entries to initial values


C SPECIFICATION
     void glResetMinmaxEXT( GLenum target )


PARAMETERS
     target  Must be GL_MINMAX_EXT.

DESCRIPTION
     glResetMinmaxEXT resets the elements of the current minmax	table to their
     initial values:  the ``maximum'' element receives the minimum possible
     component values, and the ``minimum'' element receives the	maximum
     possible component	values.

ERRORS
     GL_INVALID_ENUM is	generated if target is not GL_MINMAX_EXT.

     GL_INVALID_OPERATION is generated if glResetMinmaxEXT is executed between
     the execution of glBegin and the corresponding execution of glEnd.


MACHINE	DEPENDENCIES
     On	RealityEngine, RealityEngine2, and VTX systems,	histogram and minmax
     may not be	used when rendering to pixmaps.


SEE ALSO
     glMinmaxEXT.
























									Page 1